home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / generic.fst < prev    next >
Text File  |  2009-04-29  |  3KB  |  121 lines

  1. ;; generic.fst -- Fontset mainly using generic font specs.  -*- lisp -*-
  2. ;; Copyright (C) 2005, 2006, 2007
  3. ;;   National Institute of Advanced Industrial Science and Technology (AIST)
  4. ;;   Registration Number H15PRO112
  5.  
  6. ;; This file is part of the m17n database; a sub-part of the m17n
  7. ;; library.
  8.  
  9. ;; The m17n library is free software; you can redistribute it and/or
  10. ;; modify it under the terms of the GNU Lesser General Public License
  11. ;; as published by the Free Software Foundation; either version 2.1 of
  12. ;; the License, or (at your option) any later version.
  13.  
  14. ;; The m17n library is distributed in the hope that it will be useful,
  15. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  17. ;; Lesser General Public License for more details.
  18.  
  19. ;; You should have received a copy of the GNU Lesser General Public
  20. ;; License along with the m17n library; if not, write to the Free
  21. ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  22. ;; Boston, MA 02110-1301, USA.
  23.  
  24. ;;; <li> generic.fst
  25. ;;;
  26. ;;; Fontset mainly using generic font specifications.  See the
  27. ;;; documentation of the fontset "default" for the information about
  28. ;;; each font.
  29.  
  30. (latin
  31.  (vi
  32.   ((nil nil unicode-bmp :lang=vi)))
  33.  (nil
  34.   ((nil nil unicode-bmp :lang=en))))
  35. (hebrew
  36.  (nil
  37.   ((nil freesans unicode-bmp) hebr)
  38.   ((nil nil unicode-bmp :lang=he,yi))))
  39. (arabic
  40.  (nil
  41.   ((nil nil unicode-bmp :otf=arab=init,medi,fina,liga+mark) arab-otf)
  42.   ((nil nil unicode-bmp :otf=arab=init,medi,fina,liga+~mark) arab-otf-no-gpos)
  43.   ((nil bitstream\ cyberbase unicode-bmp) arab)))
  44. (syriac
  45.  (nil
  46.   ((nil nil unicode-bmp :otf=syrc) syrc-otf)))
  47. (thaana
  48.  (nil
  49.   ((nil nil unicode-bmp :otf=thaa) thaa-otf)
  50.   ((nil thaana\ unicode\ akeh unicode-bmp) thaa-otf)))
  51. (devanagari
  52.  (nil
  53.   ((nil nil unicode-bmp :otf=deva=rphf) deva-otf)
  54.   ((nil dv-ttyogesh apple-roman) deva-cdac)))
  55. (bengali
  56.  (nil
  57.   ((nil nil unicode-bmp :otf=beng=rphf) beng-otf)))
  58. (gurmukhi
  59.  (nil
  60.   ((nil nil unicode-bmp :otf=guru=blwf) guru-otf)))
  61. (gujarati
  62.  (nil
  63.   ((nil nil unicode-bmp :otf=gujr=rphf) gujr-otf)))
  64. (oriya
  65.  (nil
  66.   ((nil nil unicode-bmp :otf=orya=rphf) orya-otf)))
  67. (tamil
  68.  (nil
  69.   ((nil nil unicode-bmp :otf=taml=akhn) taml-otf)))
  70. (telugu
  71.  (nil
  72.   ((nil nil unicode-bmp :otf=telu=blwf) telu-otf)))
  73. (kannada
  74.  (nil
  75.   ((nil nil unicode-bmp :otf=knda=rphf) knda-otf)))
  76. (sinhala
  77.  (nil
  78.   ((nil nil unicode-bmp :otf=sinh=akhn) sinh-otf)))
  79. (malayalam
  80.  (nil
  81.   ((nil nil unicode-bmp :otf=mlym=akhn) mlym-otf)))
  82. (thai
  83.  (nil
  84.   ((nil nil unicode-bmp :otf=thai+mark,mkmk) thai-otf)
  85.   ((nil norasi unicode-bmp) thai-norasi)
  86.   ((nil nil unicode-bmp :lang=th) thai-generic)))
  87. (lao
  88.  (nil
  89.   ((nil alice0\ lao apple-roman) laoo-alice)
  90.   ((nil nil unicode-bmp :lang=lo) laoo-generic)))
  91. (tibetan
  92.  (nil
  93.   ((nil nil unicode-bmp :otf=tibt=ccmp,blws,abvs) tibt-otf)
  94.   ((nil mtib unicode-bmp) tibt-mtib)))
  95. (myanmar
  96.  (nil
  97.   ((nil myazedi_m17n unicode-bmp) mymr-myazedi)))
  98. (khmer
  99.  (nil
  100.   ((nil nil unicode-bmp :otf=khmr=pres) khmr-otf)
  101.   ((nil anlongvill\ khek apple-roman) khmr-anlong)))
  102. (hiragana
  103.  (ja
  104.   ((nil nil unicode-bmp :lang=ja))))
  105. (katakana
  106.  (ja
  107.   ((nil nil unicode-bmp :lang=ja))))
  108. (han
  109.  (ja
  110.   ((nil nil unicode-bmp :lang=ja)))
  111.  (zh
  112.   ((nil nil unicode-bmp :lang=zh))))
  113. (cham
  114.  (nil
  115.   ((nil nil unicode-bmp :script=cham) cham-generic)))
  116. (tai_viet
  117.  (nil
  118.   ((nil nil unicode-bmp :script=tai_viet))))
  119. (nil
  120.  ((nil nil unicode-bmp)))
  121.